Version

addSourceElement Method

Notifies the behavior that the following element is draggable.
Syntax
ASP.NET Ajax Javascript (Specification) 
function addSourceElement( 
   elem : {DomElement}
) : (Any);
ASP.NET Ajax Javascript (Usage) 
var resultVar = instanceOfDragDropBehavior.addSourceElement({DomElement});

Parameters

elem
The element that should be marked draggable.
See Also